home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / MultiSession 1.04 Source / Core 27⁄June⁄1993 / CImagePane.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-12  |  262 b   |  15 lines  |  [TEXT/KAHL]

  1. /* CImagePane.h */
  2.  
  3. #pragma once
  4.  
  5. #include "CViewRect.h"
  6.  
  7. struct    CImagePane    :    CViewRect
  8.     {
  9.         short        PictID;
  10.  
  11.         void        IImagePane(LongPoint Start, LongPoint Extent, CWindow* TheWindow,
  12.                             CEnclosure* TheEnclosure, short ThePictID);
  13.         void        DoUpdate(void);
  14.     };
  15.